const crypto/tls.alertInternalError

46 uses

	crypto/tls (current package)
		alert.go#L38: 	alertInternalError                alert = 80
		alert.go#L74: 	alertInternalError:                "internal error",
		conn.go#L210: 		return alertInternalError
		conn.go#L1024: 		c.sendAlertLocked(alertInternalError)
		conn.go#L1131: 		return 0, alertInternalError
		conn.go#L1193: 		c.sendAlert(alertInternalError)
		conn.go#L1239: 		return c.in.setErrorLocked(c.sendAlert(alertInternalError))
		handshake_client.go#L555: 			c.sendAlert(alertInternalError)
		handshake_client.go#L586: 		c.sendAlert(alertInternalError)
		handshake_client.go#L601: 			c.sendAlert(alertInternalError)
		handshake_client.go#L615: 				return c.sendAlert(alertInternalError)
		handshake_client.go#L634: 			c.sendAlert(alertInternalError)
		handshake_client.go#L646: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L53: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L226: 			c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L231: 			c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L242: 			return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L324: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L328: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L369: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L374: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L479: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L529: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L534: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L589: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L599: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L656: 		return c.sendAlert(alertInternalError)
		handshake_server.go#L147: 			c.sendAlert(alertInternalError)
		handshake_server.go#L205: 		c.sendAlert(alertInternalError)
		handshake_server.go#L233: 			c.sendAlert(alertInternalError)
		handshake_server.go#L261: 			c.sendAlert(alertInternalError)
		handshake_server.go#L270: 			c.sendAlert(alertInternalError)
		handshake_server.go#L624: 		c.sendAlert(alertInternalError)
		handshake_server.go#L654: 				return c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L129: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L205: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L210: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L297: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L367: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L542: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L547: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L614: 		return c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L629: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L668: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L673: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L811: 			return c.sendAlert(alertInternalError)